de.ueberdosis.mp3info.id3v2
Class FrameIPLS
java.lang.Object
|
+--de.ueberdosis.mp3info.id3v2.ID3V2Frame
|
+--de.ueberdosis.mp3info.id3v2.FrameIPLS
- All Implemented Interfaces:
- Defines
- public class FrameIPLS
- extends ID3V2Frame
Involved people frame
Since there might be a lot of people contributing to an audio file in
various ways, such as musicians and technicians, the 'Text information
frames' are often insufficient to list everyone involved in a project.
The 'Involved people list' is a frame containing the names of those
involved, and how they were involved. The body simply contains a
terminated string with the involvement directly followed by a terminated
string with the involvee followed by a new involvement and so on. There
may only be one "IPLS" frame in each tag.
Constructor Summary |
FrameIPLS(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
|
Methods inherited from class de.ueberdosis.mp3info.id3v2.ID3V2Frame |
canDisplay, canEdit, containsData, createJPanel, createPanel, deprecatedSince, equals, getData, getDataLengthIndicator, getFileAlterPreservation, getFrameID, getSize, getTagAlterPreservation, getUnsynchronisation, hasGroupingIdentity, isAltered, isCompressed, isEncrypted, isReadOnly, isValid, legalSince, toByteArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FrameIPLS
public FrameIPLS(de.ueberdosis.mp3info.id3v2.ID3V2Frame frm,
de.ueberdosis.mp3info.id3v2.DataSource ds)
throws SeekPastEndException
getLongName
public java.lang.String getLongName()
toString
public java.lang.String toString()
- Overrides:
toString
in class ID3V2Frame